projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33e2418
)
; * src/xdisp.c (redisplay_window): Add comment for a recent change.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Nov 2020 08:44:30 +0000
(10:44 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Nov 2020 08:44:30 +0000
(10:44 +0200)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index bff14e584de7c8916dfbece0fb7f2602a2f29567..0001bcd98d233617e361a99a5cea08ab694b1e69 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-18820,6
+18820,10
@@
redisplay_window (Lisp_Object window, bool just_this_one_p)
/* Try to scroll by specified few lines. */
if ((0 < scroll_conservatively
+ /* FIXME: the option is supposed to affect minibuffers, but we
+ test MINI_WINDOW_P, which can also catch uses of
+ mini-windows for displaying the echo area. Do we need to
+ distinguish these two use cases? */
|| (scroll_minibuffer_conservatively && MINI_WINDOW_P (w))
|| 0 < emacs_scroll_step
|| temp_scroll_step